home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / stadel / stadel2.zoo / c33c / c33c.doc < prev    next >
Text File  |  1989-02-10  |  2KB  |  46 lines

  1. c33c            STadel conversion programs            c33c
  2.  
  3.     SYNOPSIS
  4.  
  5.     C33A_NS - convert .ml, .rfl, .sfl files to STadel 3.3x format.
  6.     C33A_SYS - convert .sys files to STadel 3.3x format.
  7.     C31TO33C - convert .sys files from STadel 3.1 to 3.3c format.
  8.     FIX33C - Channge userlog entries from 3.3a format to 3.3c format.
  9.  
  10.     DESCRIPTION
  11.  
  12.     These three programs convert your STadel 3.3 (3.1) files for
  13.     use with STadel 3.3c.  Run these programs before* you run the
  14.     3.3c version of configure, and be sure to back up your system
  15.     before doing the conversion.
  16.  
  17.     To run C33A_NS, cd to your network directory and run C33A_NS.
  18.     It will convert your 3.3 *.ml files to 3.3a format, then copy
  19.     the sendfile orders and file requests in your *.sfl & *.rfl
  20.     files into the 3.3a *.nfs files. (If you don't understand this,
  21.     don't worry about it.)  As C33A_NS runs, it will display what
  22.     it's converting on the screen (2 numbers on a line are a mail
  23.     message, other messages are self-explanatory.)
  24.  
  25.  
  26.     To run C33A_SYS, cd to the directory that contains your
  27.     ctdltabl.sys and run C33A_SYS. It will quietly convert all the
  28.     files that need to be changed.  Any output means that something
  29.     went wrong.
  30.  
  31.     Running C31TO33C is a little more difficult.  First you
  32.     must move your 3.1 CTDLNET.SYS and CTDLLOG.SYS files into the
  33.     same directory, cd to that directory, then run C31TO33C, passing
  34.     one argument to it - your cryptseed from your ctdlcnfg.sys. (the
  35.     #define cryptseed argument -- if you've got a cryptseed of 69,
  36.     you would run C31TO33C as `c31to33c 69'.) After running, move
  37.     the two .SYS files back to their appropriate directories.
  38.  
  39.     Finally, if you are converting to 3.3c from 3.3a or 3.3b,
  40.     you don't need to run any of the above programs.  Instead,
  41.     all you need to do is run FIX33C to chuffle data around in your
  42.     CTDLLOG.SYS file.  This one is simple; move FIX33C into the
  43.     directory that contains your CTDLLOG.SYS file, then run it,
  44.     passing one argument - the cryptseed from your ctdlcnfg.sys
  45.     - to it.  When it's done, your CTDLLOG.SYS file will be updated.
  46.